efi_selftest: provide test for watchdog timer
authorHeinrich Schuchardt <[email protected]>
Wed, 18 Oct 2017 16:13:05 +0000 (18:13 +0200)
committerAlexander Graf <[email protected]>
Fri, 1 Dec 2017 12:22:55 +0000 (13:22 +0100)
commit30a0045a54e96e799b0694451a977dba572675fb
treec1d6d2019b8dcdb3eece5a6038c4057e7685e744
parentb3d6090042d4de265c930358aec4d9b96bf3748a
efi_selftest: provide test for watchdog timer

The test verifies that resetting the watchdog timer ensures
that it is not called during the timeout period.

Testing that the watchdog timer actually executes a reset
would require a test outside the efi_selftest framework.

Signed-off-by: Heinrich Schuchardt <[email protected]>
Signed-off-by: Alexander Graf <[email protected]>
lib/efi_selftest/Makefile
lib/efi_selftest/efi_selftest_watchdog.c [new file with mode: 0644]